home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1999 November / cd joystick no109 novembre 1999.iso / Data / sharewares / utilitaires / WC32V401.ZIP / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TPROGRESSDIALOG / TPROGRESSDIALOG.txt
Text File  |  1999-07-27  |  881b  |  47 lines

  1. object ProgressDialog: TProgressDialog
  2.   Left = 207
  3.   Top = 136
  4.   ActiveControl = Button1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Progress'
  7.   ClientHeight = 311
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnKeyDown = FormKeyDown
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object ListBox1: TListBox
  19.     Left = 4
  20.     Top = 4
  21.     Width = 417
  22.     Height = 269
  23.     ItemHeight = 13
  24.     MultiSelect = True
  25.     TabOrder = 1
  26.   end
  27.   object Button1: TButton
  28.     Left = 176
  29.     Top = 280
  30.     Width = 75
  31.     Height = 25
  32.     Cancel = True
  33.     Caption = 'Close'
  34.     Default = True
  35.     TabOrder = 0
  36.     OnClick = Button1Click
  37.   end
  38.   object ResolutionFix1: TResolutionFix
  39.     Left = 300
  40.     Top = 280
  41.   end
  42.   object Translate1: TTranslate
  43.     Left = 332
  44.     Top = 280
  45.   end
  46. end
  47.